@eth-optimism/tokenlist 10.0.13 → 10.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-bc14a76f.d.ts → optimism.tokenlist-91e861f9.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-04-
|
|
44
|
+
var timestamp = "2024-04-02T19:11:58.418Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1113,6 +1113,46 @@ var tokens = [
|
|
|
1113
1113
|
opTokenId: "crvUSD"
|
|
1114
1114
|
}
|
|
1115
1115
|
},
|
|
1116
|
+
{
|
|
1117
|
+
chainId: 1,
|
|
1118
|
+
address: "0xf4308b0263723b121056938c2172868E408079D0",
|
|
1119
|
+
name: "CryoDAO",
|
|
1120
|
+
symbol: "CRYO",
|
|
1121
|
+
decimals: 18,
|
|
1122
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1123
|
+
extensions: {
|
|
1124
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1125
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1126
|
+
opListId: "extended",
|
|
1127
|
+
opTokenId: "CRYO"
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
chainId: 10,
|
|
1132
|
+
address: "0x01402d1Bc10Ae6E96C0E494A5860748517a3c070",
|
|
1133
|
+
name: "CryoDAO",
|
|
1134
|
+
symbol: "CRYO",
|
|
1135
|
+
decimals: 18,
|
|
1136
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1137
|
+
extensions: {
|
|
1138
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1139
|
+
opListId: "extended",
|
|
1140
|
+
opTokenId: "CRYO"
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
chainId: 8453,
|
|
1145
|
+
address: "0x1f4446fAAAed23090f324f051C3F8c5ce5aD1c36",
|
|
1146
|
+
name: "CryoDAO",
|
|
1147
|
+
symbol: "CRYO",
|
|
1148
|
+
decimals: 18,
|
|
1149
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRYO/logo.svg",
|
|
1150
|
+
extensions: {
|
|
1151
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1152
|
+
opListId: "extended",
|
|
1153
|
+
opTokenId: "CRYO"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1116
1156
|
{
|
|
1117
1157
|
chainId: 1,
|
|
1118
1158
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -5933,7 +5973,7 @@ var tokens = [
|
|
|
5933
5973
|
var version = {
|
|
5934
5974
|
major: 10,
|
|
5935
5975
|
minor: 0,
|
|
5936
|
-
patch:
|
|
5976
|
+
patch: 14
|
|
5937
5977
|
};
|
|
5938
5978
|
var optimism_tokenlist_default = {
|
|
5939
5979
|
name,
|