UNPKG
astra-sdk-core
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
⚒️ An SDK for building applications on top of Astra CL
github.com/ambrosus/sdks
ambrosus/sdks
astra-sdk-core
/
dist
/
entities
/
samb.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Token
}
from
'./token'
;
/** * Known SAMB implementation addresses, used in our implementation of Ether#wrapped */
export
declare
const
SAMB
: { [
chainId
:
number
]:
Token
; };