@eth-optimism/tokenlist 10.0.116 → 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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-056fea1e.d.ts → optimism.tokenlist-12e82389.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-29T23:
|
|
25
|
+
var timestamp = "2024-08-29T23:32:09.257Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5933,6 +5933,32 @@ var tokens = [
|
|
|
5933
5933
|
opTokenId: "rgUSD"
|
|
5934
5934
|
}
|
|
5935
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
|
+
},
|
|
5936
5962
|
{
|
|
5937
5963
|
chainId: 1,
|
|
5938
5964
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -9233,7 +9259,7 @@ var tokens = [
|
|
|
9233
9259
|
var version = {
|
|
9234
9260
|
major: 10,
|
|
9235
9261
|
minor: 0,
|
|
9236
|
-
patch:
|
|
9262
|
+
patch: 117
|
|
9237
9263
|
};
|
|
9238
9264
|
var optimism_tokenlist_default = {
|
|
9239
9265
|
name,
|