@eth-optimism/tokenlist 10.0.115 → 10.0.117
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-90f70bda.d.ts → optimism.tokenlist-12e82389.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-08-
|
|
25
|
+
var timestamp = "2024-08-29T23:32:09.257Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1194,6 +1194,32 @@ var tokens = [
|
|
|
1194
1194
|
opTokenId: "cbETH"
|
|
1195
1195
|
}
|
|
1196
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
chainId: 1,
|
|
1199
|
+
address: "0x37fc4b48ce93469dbea9918468993c735049642a",
|
|
1200
|
+
name: "CropBytes",
|
|
1201
|
+
symbol: "CBX",
|
|
1202
|
+
decimals: 18,
|
|
1203
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1204
|
+
extensions: {
|
|
1205
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1206
|
+
opListId: "extended",
|
|
1207
|
+
opTokenId: "CBX"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
chainId: 8453,
|
|
1212
|
+
address: "0xD988824d7fA1998D0ABBab2F79A82aF762886caC",
|
|
1213
|
+
name: "CropBytes",
|
|
1214
|
+
symbol: "CBX",
|
|
1215
|
+
decimals: 18,
|
|
1216
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1217
|
+
extensions: {
|
|
1218
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1219
|
+
opListId: "extended",
|
|
1220
|
+
opTokenId: "CBX"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1197
1223
|
{
|
|
1198
1224
|
chainId: 8453,
|
|
1199
1225
|
address: "0x2fa824bb2e06d6cac7dbab00be37dc0f3d440e8b",
|
|
@@ -5907,6 +5933,32 @@ var tokens = [
|
|
|
5907
5933
|
opTokenId: "rgUSD"
|
|
5908
5934
|
}
|
|
5909
5935
|
},
|
|
5936
|
+
{
|
|
5937
|
+
chainId: 1,
|
|
5938
|
+
address: "0xbd9908b0cdd50386f92efcc8e1d71766c2782df0",
|
|
5939
|
+
name: "DAOSquare Governance Token",
|
|
5940
|
+
symbol: "RICE",
|
|
5941
|
+
decimals: 18,
|
|
5942
|
+
logoURI: "https://ethereum-optimism.github.io/data/RICE/logo.svg",
|
|
5943
|
+
extensions: {
|
|
5944
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5945
|
+
opListId: "extended",
|
|
5946
|
+
opTokenId: "RICE"
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
chainId: 8453,
|
|
5951
|
+
address: "0xf501e4c51dbd89b95de24b9d53778ff97934cd9c",
|
|
5952
|
+
name: "DAOSquare Governance Token",
|
|
5953
|
+
symbol: "RICE",
|
|
5954
|
+
decimals: 18,
|
|
5955
|
+
logoURI: "https://ethereum-optimism.github.io/data/RICE/logo.svg",
|
|
5956
|
+
extensions: {
|
|
5957
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5958
|
+
opListId: "extended",
|
|
5959
|
+
opTokenId: "RICE"
|
|
5960
|
+
}
|
|
5961
|
+
},
|
|
5910
5962
|
{
|
|
5911
5963
|
chainId: 1,
|
|
5912
5964
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -9207,7 +9259,7 @@ var tokens = [
|
|
|
9207
9259
|
var version = {
|
|
9208
9260
|
major: 10,
|
|
9209
9261
|
minor: 0,
|
|
9210
|
-
patch:
|
|
9262
|
+
patch: 117
|
|
9211
9263
|
};
|
|
9212
9264
|
var optimism_tokenlist_default = {
|
|
9213
9265
|
name,
|